stack instruction造句
例句與造句
- The decoded stack instructions are mapped into one or more sequential actions on that hidden register file.
- That fused pair of stack instructions generally accomplished the same work as a single instruction of normal 32-bit minicomputers.
- Most stack instructions have only an opcode commanding an operation, with no additional fields to identify a constant, register or memory cell.
- It added instruction for decimal arithmetic and conversion, stack instructions, segment-change instructions used by the OS, a block move, test-and-set, and a read-without-cache instruction.
- Particularly notable are the stack instructions PUSH and POP, and the corresponding stack call instructions PUSHJ and POPJ . The byte instructions use a special format of indirect word to extract and store arbitrary-sized bit fields, possibly advancing a pointer to the next unit.
- It's difficult to find stack instruction in a sentence. 用stack instruction造句挺難的
- The Intel x86 family of microprocessors have a register-style ( accumulator ) instruction set for most operations, but use stack instructions for its x87, Intel 8087 floating point arithmetic, dating back to the iAPX87 ( 8087 ) coprocessor for the 8086 and 8088.
- There were no implicit stack instructions; when R6 was used in a " read " operation it decremented the address and then returned the data being pointed at, simulating a POP, and when it was used in a " write " it would post-increment ( like R4 / R5 ) and write, like a PUSH.